home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3rmplev.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_RMATLEV_H = 1;
- include("real/raytr/r3rmprop.js")
-
-
- var R3CLID_RMPLEVEL = 731;
-
-
-
-
- R3RMPLEVA_LocalCnt = 731500;
- function SetR3RMPLEVA_LocalCnt(value) {
- R3Set(this.r3obj, R3RMPLEVA_LocalCnt, value, R3TID_INTEGER, 0);
- }
-
- function GetR3RMPLEVA_LocalCnt() {
- return R3Get(this.r3obj, R3RMPLEVA_LocalCnt, R3TID_INTEGER, 0);
- }
-
- R3RMPLEVA_PhaseCount = 731501;
- function SetR3RMPLEVA_PhaseCount(value) {
- R3Set(this.r3obj, R3RMPLEVA_PhaseCount, value, R3TID_INTEGER, 0);
- }
-
- R3RMPLEVA_Phases = 731502;
- function SetR3RMPLEVA_Phases(value) {
- R3Set(this.r3obj, R3RMPLEVA_Phases, value, R3TID_INTEGER, R3TNF_ARRAY);
- }
-
- R3RMPLEVA_InParamCount = 731503;
- function SetR3RMPLEVA_InParamCount(value) {
- R3Set(this.r3obj, R3RMPLEVA_InParamCount, value, R3TID_INTEGER, 0);
- }
-
- function GetR3RMPLEVA_InParamCount() {
- return R3Get(this.r3obj, R3RMPLEVA_InParamCount, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Rmplevel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_RMPLEVEL, arguments);
- }
- // Attributes
- this.GetLocalCnt=GetR3RMPLEVA_LocalCnt;
- this.SetLocalCnt=SetR3RMPLEVA_LocalCnt;
- this.SetPhaseCount=SetR3RMPLEVA_PhaseCount;
- this.SetPhases=SetR3RMPLEVA_Phases;
- this.GetInParamCount=GetR3RMPLEVA_InParamCount;
- this.SetInParamCount=SetR3RMPLEVA_InParamCount;
- }
-
- r3Rmplevel.prototype=new r3Rmatprop;
- // r3rmplev.h_H